home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / appmaker.zip / _README.TXT next >
Text File  |  1993-07-28  |  5KB  |  99 lines

  1. AppMaker - v1.2
  2.  
  3. ********** What it does:
  4.     AppMaker creates a skeleton for a Windows based application which is compatible with 
  5. Visual C++ and MFC 2.0. It allows you from constantly copying the source to Generic.exe each 
  6. time you want to put together a quick test program.
  7.  
  8. ********** How much is it?
  9.     It's free (still and probably forever) !
  10.  
  11.  
  12. ********** Whats new?
  13.     The dialog box has been re-arranged. There is a Comments box that gives additional 
  14. information on the option which you are currently selecting. Click on the options with a mouse 
  15. and info on that item will be displayed. I'm sure AppMaker won't win any usability awards but it is 
  16. a step in the right direction.
  17.  
  18.     A new option for DDV / DDX support has been added. I have had a few requests for this 
  19. so if you need it you now have it.
  20.  
  21.     The CompuServe on-line description is somewhat clearer. I sort of goofed the first time 
  22. and now you probably have a better idea of what it is that you just downloaded.
  23.  
  24.  
  25. ********** Why not use AppWizard?
  26.     If you are creating a LARGE application like Excel or WinWord then AppWizard will get 
  27. you off to a good running start. SMALL applications are a different story. Small applications are 
  28. created frequently to try a new piece of code or to test a DLL. Sometimes all you want to do is 
  29. display some text and send a few messages to another window.
  30.  
  31.     In times like this a full-blown application doesn't make sense. You don't want the 
  32. overhead and hassles of multiple source and header files along with a Document-View 
  33. architecture. All you want is a simple and functional Windows program.
  34.  
  35. ********** Advantages of AppMaker:
  36.     1 - Your main window is a dialog box. This allows you to use AppStudio to design and 
  37. draw your main window much like Visual Basic does.
  38.  
  39.     2 - You application will not fall short on functionality. Your application will have an icon, 
  40. menu, accelerators, etc.
  41.  
  42.     3 - The windows dialog manager takes care of WM_PAINT (OnPaint) messages as well 
  43. as tabbing between the various controls. You don't have to deal with any of this.
  44.  
  45.     4 - You still have 100% access to all of your development tools such as AppStudio and 
  46. ClassWizard to help code and build your application.
  47.  
  48. ********** How do I start using it ?
  49.     The only file you need is AppMaker.exe. Run it and select a empty directory from the 
  50. Dir. list box. Enter name for your new application name in the edit box. The application name is 
  51. limited to 8 chars. and must not contain commas, periods or any other characters which can not 
  52. be used in a filename. Select the options you want and press the 'Create' button. A dialog box 
  53. will appear telling you that the application has been created and what to do next.
  54.  
  55. ********** I want to know more details!
  56.     Several files (.CPP, .H, .DEF, .RC, .MAK, etc) will be created using the application name 
  57. as the base name of the files. Open the makefile (.MAK) from Visual Workbench or double click 
  58. on it using File Manager. You can compile the program immediately after opening the project. 
  59. You may also want to open and view the .CPP file for more information.
  60.  
  61.     Although the application does nothing, it will display a empty dialog box. You can go into 
  62. AppStudio and edit the dialog box. You can add controls and message handlers for them. As 
  63. mentioned at the top of the .CPP file, you will have to perform a few simple steps when you use 
  64. ClassWizard for the first time on a new application.
  65.  
  66. ********** CTL3D.H !!!!!
  67.     Many people have had questions regarding CTL3D.H. Most questions usually go 
  68. something like this: "I try to compile the program but I get an error saying that the compiler can't 
  69. find CTL3D.H".
  70.  
  71.      I will try to explain this in hopes of making it clear to all. The first option is labeled '3D 
  72. Controls (CTL3D)'. The 'CTL3D' is a hint that you need CTL3D.H and CTL3D.LIB to compile and 
  73. link. This allows your application to have the 'high tech' 3D look (sort of like AppMaker). If you 
  74. DO NOT have Ctl3D.h and Ctl3d.lib then DO NOT select this option when running AppMaker. If 
  75. you have Ctl3d.h and Ctl3d.lib then you can select this option if you want the 3D look for your 
  76. application. (Appmaker expects to find these files in the same place as the rest of your .LIB and 
  77. .H files.)
  78.  
  79.     I have not included Ctl3D.lib and Ctl3d.h. They are available online from the Microsoft 
  80. forums. If you want these files then download them since they will be current with 
  81. documentation, help files and all the other goodies.
  82.  
  83. ********** In closing.....
  84.     I hope you find AppMaker useful and that these instructions adequate. If there is another 
  85. application out there (shareware or retail) with the name AppMaker, I apologize for accidentally 
  86. naming this program the same as yours. No harm is intended.
  87.  
  88.     If you don't understand my instructions or how this works, drop me a line. I'd be glad to 
  89. talk to you about it. If you have any other questions/comments/suggestions then let me know. I 
  90. can be reached on CompuServe at 75730, 2257 or by voice at (315) 732-4542.
  91.  
  92. Final Note: AppMaker requires CTL3D.DLL to run. The latest version which I have is included 
  93. with this. Place CTL3D.DLL in your Windows\System directory if it isn't already there.
  94.  
  95.         - Mark Szamrej - 
  96.  
  97.  
  98.  
  99.